home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Anwendun / Pov / POVTOOLS / EDITOR / DEFCRAY.INC < prev   
Encoding:
Text File  |  1995-01-03  |  612 b   |  31 lines

  1. //    Le corps en bois
  2. object {    Corps_Crayon
  3.     pigment { Bois_Crayon }
  4.     finish { ambient Gen_Ambient }
  5. }
  6. //    La couche de peinture
  7. object {
  8.     Vernis_Crayon
  9.     pigment {
  10.         gradient x
  11.         color_map{
  12.             [0 0.87    color Coul_Crayon color Coul_Crayon ]
  13.             [0.87 0.9    color White color White    ]
  14.             [0.9  1    color Gold    color Gold    ]
  15.         }
  16.         scale <12.6, 1, 1>
  17.         translate x*-6.5
  18.     }
  19.     finish {
  20.         reflection 0.2
  21.         ambient Gen_Ambient
  22.     }
  23. }
  24. //    La mine
  25. object { Mine_Crayon
  26. }
  27. pigment { color Coul_Crayon }
  28. finish { ambient Gen_Ambient }
  29. bounded_by { box { <-6.5,-0.36,-0.36>, <6.1,0.36,0.36> } }
  30. translate y*0.35
  31.